//06_Function concept //parc_02 //wap to print addtion in function #include #include void add(int x,int y) { int ans; ans=x+y; cout<<"Addtion="<